home *** CD-ROM | disk | FTP | other *** search
- #[document 76.85 137.8 124.9 186.65
- static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
- static stroked="stroked";
- static vert="vertical",horz="horizontal";
- static miter="miter",bevel="bevel",round="round";
- static butt="butt",proj="projected";
- #[page
- auto m=move,l=line,c=curve;
- auto p;
- gc_cspace("Lab");
- gc_color(100.0,0.0,0.0);
- rect(0,0,0,0);
- auto ng=draw(path());
- auto s=array(ng);
- m(123.65,173.70);
- l(121.20,173.70);
- l(119.10,172.85);
- l(117.95,171.25);
- l(117.00,169.25);
- l(116.45,167.35);
- l(116.45,165.35);
- finish_edge();
- p=path();
- gc_draw_style(stroked);
- gc_line_join_style(round);
- gc_line_cap_style(round);
- gc_stroke_width(1.50);
- gc_font_draw_style(0);
- gc_color(0.00,0.00,0.00);
- s[0]=draw(p);
- m(110.25,180.75);
- l(112.85,178.35);
- finish_edge();
- p=path();
- s[1]=draw(p);
- s[0]:=s[1];
- m(77.85,144.90);
- l(77.60,142.20);
- l(78.60,140.00);
- l(81.05,138.55);
- l(85.20,139.75);
- l(110.45,171.45);
- l(112.40,169.45);
- l(115.90,165.25);
- l(117.80,165.25);
- l(120.45,166.10);
- l(122.25,167.55);
- l(123.70,169.90);
- l(124.15,173.30);
- l(122.40,174.40);
- l(116.05,176.85);
- l(116.95,178.35);
- l(110.45,183.45);
- l(109.25,182.90);
- l(106.25,185.65);
- l(103.60,185.90);
- l(97.65,185.65);
- l(97.05,183.45);
- l(100.80,182.45);
- l(103.10,180.70);
- l(104.45,178.20);
- l(104.10,176.65);
- l(105.05,175.40);
- l(77.85,144.90);
- close_edge();
- p=path();
- s[1]=draw(p);
- s[0]over=s[1];
- page:=s[0];
- s=NULL;
- #]page
- #]document
-